home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / ALLPlayer 4.2.6.7 / ALLPlayerPL.exe / {app} / ALLConverter.exe / 0 / RCDATA / TFORMSETUP / TFORMSETUP.txt
Text File  |  2009-01-09  |  4KB  |  181 lines

  1. object FormSetup: TFormSetup
  2.   Left = 833
  3.   Top = 448
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Ustawienia'
  6.   ClientHeight = 230
  7.   ClientWidth = 421
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 421
  23.     Height = 230
  24.     ActivePage = TabSheet1
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'Podstawowe'
  29.       object Label1: TLabel
  30.         Left = 8
  31.         Top = 64
  32.         Width = 146
  33.         Height = 13
  34.         Caption = #346'cie'#380'k'#281' Video Koduj Koderem:'
  35.       end
  36.       object Label2: TLabel
  37.         Left = 8
  38.         Top = 88
  39.         Width = 146
  40.         Height = 13
  41.         Caption = #346'cie'#380'k'#281' Audio Koduj Koderem:'
  42.       end
  43.       object Label3: TLabel
  44.         Left = 8
  45.         Top = 16
  46.         Width = 65
  47.         Height = 13
  48.         Caption = 'Konwertuj do:'
  49.       end
  50.       object ComboVideoIn: TJvComboBox
  51.         Left = 184
  52.         Top = 56
  53.         Width = 225
  54.         Height = 21
  55.         Enabled = False
  56.         ItemHeight = 13
  57.         ParentFlat = False
  58.         ReadOnly = True
  59.         TabOrder = 0
  60.         Text = 'XviD MPEG4'
  61.         Items.Strings = (
  62.           'XviD MPEG')
  63.       end
  64.       object ComboAudioIn: TJvComboBox
  65.         Left = 184
  66.         Top = 80
  67.         Width = 225
  68.         Height = 21
  69.         ItemHeight = 13
  70.         ParentFlat = False
  71.         TabOrder = 1
  72.         Text = 'AC-3 ACM'
  73.         Items.Strings = (
  74.           'AC-3 ACM'
  75.           'MPEG Layer-3')
  76.       end
  77.       object JvComboBox1: TJvComboBox
  78.         Left = 184
  79.         Top = 8
  80.         Width = 225
  81.         Height = 21
  82.         Enabled = False
  83.         ItemHeight = 13
  84.         ParentFlat = False
  85.         ReadOnly = True
  86.         TabOrder = 2
  87.         Text = 'iPhone'
  88.         Items.Strings = (
  89.           'XviD MPEG')
  90.       end
  91.       object ComboRes: TJvComboBox
  92.         Left = 184
  93.         Top = 120
  94.         Width = 225
  95.         Height = 21
  96.         Enabled = False
  97.         ItemHeight = 13
  98.         ParentFlat = False
  99.         ReadOnly = True
  100.         TabOrder = 3
  101.         Text = '624x352'
  102.         Items.Strings = (
  103.           '640x352'
  104.           '640x272'
  105.           '624x352'
  106.           '576x240'
  107.           '320x240')
  108.       end
  109.       object CheckBox1: TCheckBox
  110.         Left = 8
  111.         Top = 122
  112.         Width = 169
  113.         Height = 17
  114.         Caption = 'Zmie'#324' Rozdzielczo'#347#263' na:'
  115.         TabOrder = 4
  116.       end
  117.     end
  118.     object TabSheet2: TTabSheet
  119.       Caption = 'Kodery VIDEO'
  120.       ImageIndex = 1
  121.       object ListVideo: TListBox
  122.         Left = 0
  123.         Top = 0
  124.         Width = 413
  125.         Height = 161
  126.         Align = alTop
  127.         ItemHeight = 13
  128.         TabOrder = 0
  129.       end
  130.       object BCodecVideoSetting: TButton
  131.         Left = 280
  132.         Top = 168
  133.         Width = 123
  134.         Height = 25
  135.         Caption = 'Ustawienia Kodowania'
  136.         TabOrder = 1
  137.         OnClick = BCodecVideoSettingClick
  138.       end
  139.     end
  140.     object TabSheet3: TTabSheet
  141.       Caption = 'Kodery AUDIO'
  142.       ImageIndex = 2
  143.       object ListAudio: TListBox
  144.         Left = 0
  145.         Top = 0
  146.         Width = 413
  147.         Height = 161
  148.         Align = alTop
  149.         ItemHeight = 13
  150.         TabOrder = 0
  151.       end
  152.     end
  153.     object TabSheet4: TTabSheet
  154.       Caption = 'Kodery U'#380'ywane'
  155.       ImageIndex = 3
  156.       object ListBox2: TListBox
  157.         Left = 0
  158.         Top = 0
  159.         Width = 413
  160.         Height = 161
  161.         Align = alTop
  162.         ItemHeight = 13
  163.         TabOrder = 0
  164.       end
  165.     end
  166.     object TabSheet5: TTabSheet
  167.       Caption = 'Komunikaty'
  168.       ImageIndex = 4
  169.       object debug: TMemo
  170.         Left = 0
  171.         Top = 0
  172.         Width = 413
  173.         Height = 202
  174.         Align = alClient
  175.         ScrollBars = ssHorizontal
  176.         TabOrder = 0
  177.       end
  178.     end
  179.   end
  180. end
  181.